Tootsville::Toot-List-Message

Function

Toot-List-Message names a function, with lambda list NIL:

Send a player (user) their list of Toots.

Used primarily in the login process. Might also be used for gifting inventory back-and-forth later.

Format

{ from: "tootList",
  status: true,
  toots: [ TOOT-INFO, ... ] }

The value of toots is an array (list) of TOOTSVILLE TOOT-INFO ordered by the time that the Toot was last active in the game, most recent to least recent. Clients are encouraged to display the list of Toots in this order.

If the player has no Toots yet, returns a 404 with @code{status: false}.

File

Defined in file src/infinity/new-commands-20.lisp.